home *** CD-ROM | disk | FTP | other *** search
- //////////////////////////////////////////////////////////////////////////
- //
- // Copyright 1998-2000 Pandemic Studios
- //
- // video hardware Configuration File
- //
-
- VideoConfig()
- {
- NoTextelShift()
- {
- Device( 4634, 1, 1); // standard voodoo 1
- Device( 4634, 2, 1); // standard voodoo 2
- Device( 4634, 9, 1); // voodoo 5
- Device( 4418, 25661, 1); // rush voodoo 1
- Device( 4313, 34342, 1); // Rush-Macronix
- Device( 4098, 18260, 1); // ati rage II
- }
- GammaControl()
- {
- Device( 4634, 1, 0); // standard voodoo 1
- Device( 4634, 5, 1); // voodoo 3
- Device( 4418, 25661, 0); // rush voodoo 1
- Device( 4313, 34342, 0); // Rush-Macronix
- Device( 4098, 18260, 0); // ati rage II
- Device( 4098, 21062, 1); // ATI Rage 128
- Device( 4098, 20550, 1); // ati fury
- }
- NoAlphaModulate()
- {
- Device( 4818, 24, 1); // nvidia riva 128
- }
- TriplebufOff()
- {
- Device( 4634, 3, 1); // Voodoo Banshee
- Device( 4098, 18260, 1); // ati rage II
- Device( 4098, 20550, 1); // RAGE FURY PRO
- Device( 21299, 35362, 1); // S3 Savage 4
- }
- TrilinearObjectOff() // no trilinear filtering on objects
- {
- Device( 4318, 40, 1); // tnt 2
- }
- }